targets: add PINCTRL_SUPPORT auto-feature
authorDaniel Golle <[email protected]>
Thu, 17 Jul 2025 18:25:38 +0000 (19:25 +0100)
committerDaniel Golle <[email protected]>
Sat, 19 Jul 2025 12:54:22 +0000 (13:54 +0100)
commit801529f7252a33676e98c8f87db638d1504db7b1
tree47074d53204cca2193bc4cb8fe26d1670cc94a0f
parent58f0f877862eb100a24d4aeaff5ffcc0cb65519a
targets: add PINCTRL_SUPPORT auto-feature

Not all targets have CONFIG_PINCTRL=y set in their kernel config.
Let's introduce a feature for that so kernel module packages which
select or depend on CONFIG_PINCTRL=y may depend on that, so we can
try to prevent leaking CONFIG_PINCTRL=y also into targets which do
not require it.

Signed-off-by: Daniel Golle <[email protected]>
include/target.mk
scripts/target-metadata.pl
target/Config.in